DoubleNINumericDoubleNIsGreaterThan Method
Determines whether the current value is greater than the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<DoubleN>.IsGreaterThan(
DoubleN value
)
Private Function IsGreaterThan (
value As DoubleN
) As Boolean Implements INumeric(Of DoubleN).IsGreaterThan
private:
virtual bool IsGreaterThan(
DoubleN value
) sealed = INumeric<DoubleN>::IsGreaterThan
private abstract IsGreaterThan :
value : DoubleN -> bool
private override IsGreaterThan :
value : DoubleN -> bool
- value DoubleN
- The value to compare with the current value.
Boolean if the current value is greater than
value; otherwise,
.
INumericTSelfIsGreaterThan(TSelf)